*{
    margin:0;
    padding:0;
    font-family:微软雅黑;
}
a,a:hover{
    text-decoration: none;
}
li{
    list-style: none;
}
a,img{
    transition: all .5s;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
/*body{
    min-width: 1200px;
}*/
html, body {
    position: relative;
    height: 100%;
}
.w_1200{
    width:1200px;
    margin:0 auto;
}
.clear{
    clear: both;
}
@media screen and (min-width:768px){
    html,body{
        min-width: 1200px;
    }
    .container{
        width:1200px;
        padding:0;
    }
}
/*banner*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.all,.all_sw,.all_swi{
    width:100%;
    height: 100%;
}
.all_swi{
}
.all_con{
    width:100%;
    height: 100%;
    background:#000;
}
/*分页*/
.all_pag .swiper-pagination-bullet{
    width:20px;
    height: 20px;
    margin:10px 0;
    background:rgba(0,0,0,.0);
    box-sizing: border-box;
    border:1px solid #ff7022;
    opacity: 1;
}
.all_pag .swiper-pagination-bullet-active{
    background: #ff7022;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:10px 0;
}
/*固定头部*/
.top{
    width:100%;
    transition:  all 1.5s;
}
.pc_nav{
    position: fixed;
    z-index:9999;
    top: 0;
    left: 0;
    border-bottom: 1px solid #fff;
}
.inner_nav{
    border-bottom: #fff;
    background: #fff;
}
.inner_nav .nav_li a{
    color: #333;
}
.logo{
    float:left;
    margin-top: 15px;
}
.nav_ul{
    float:right;
    height: 100px;
    line-height: 100px;
}
.nav_li{
    float:left;
    font-size: 16px;
    text-align: center;
    width:120px;
    transition: all .5s;
    position: relative;
}
.nav_li .sub_nav{
    display: none;
    min-width: 256px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0px;
    text-align: left;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
.nav_li .sub_nav a{
    display: block;
    line-height: 49px;
    color: #828282;
    font-size: 15px;
    padding: 0px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    text-shadow: none;
    border-bottom: 1px solid #efefef;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
}
.sub_nav a:hover{
    color: #ff7022;
    padding-left: 50px;
}
.sub_nav li:hover a:before{
    opacity: 1;
    width: 12px;
}
.sub_nav a:before{
    content: "";
    width: 0px;
    height: 1px;
    background: #ff7022;
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: none;
    transform: none;
    margin-top: -1px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.nav_li:hover .sub_nav{
    display: block;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.nav_li a{
    color:#fff;
    transition: all 0s;
}
.nav_li:hover>a{
    color: #ff7022;
}
.nav_li_lan{
    float:left;
}
.nav_li_lan a{
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    color:#fff;
    border-radius:50%;
    border:1px solid #fff;
    font-size: 14px;
    text-align: center;
}
.nav_li_lan a:hover{
    color:#ff7022;
    border:1px solid #ff7022;
}
/*第一屏*/
.con1{
    background:url("../images/customer/1.jpg") no-repeat center;
    background-size: cover;
}
.con1_h2{
    text-align: center;
    font-size: 49px;
    letter-spacing:10px;
    font-weight: bold;
    color:#fff!important;
    margin-top: -20px;
    margin-bottom: 35px;
}
.con1_p{
    padding-top:395px;
}
.con1_p img{
    max-width: 100%;
}
.con1_p2{
    color:#fff;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
}
/*第二屏*/
.con2{
    background: url("../images/customer/about.jpg") no-repeat center;
    background-size: cover;
}
.con2 .a1{
    display: block;
    background: #17E3E0;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    width: 230px;
    text-align: center;
    margin: 60px auto 0;
    cursor: pointer;
    border-radius: 30px;
}
.con2_en{
    text-align: center;
    color:#fff;
    font-size:  42px;
    font-weight: bold;
    padding-top:170px;
    font-family: "Arial";
}
.con2_h2{
    color:#fff;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin-top:5px;
    letter-spacing: 5px;
    position: relative;
}
/*.con2_h2:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    background: #fff;*/
/*    z-index: 1000;*/
/*    top: 15px;*/
/*    margin-left: -55px;*/
/*}*/
/*.con2_h2:after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    background: #fff;*/
/*    z-index: 1000;*/
/*    top: 15px;*/
/*}*/
.con2_des{
    text-align: center;
    margin:60px auto 0;
    line-height: 35px;
    color:#fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.con2_list{
    width:100%;
    padding-top:100px;
}
.con2_d{
    width:400px;
    text-align: center;
    float:left;
}
.con2_d p{
    color:#ff7022;
    font-size: 100px;
    font-family:"Arial";
    height: 120px;
    line-height: 120px;
}
.con2_d span{
    width:100%;
    color:#333333;
    font-size: 16px;
}
/*第三屏*/
.con3-1{
    background: url("../images/customer/index-3.png") no-repeat center !important;
    background-size: cover;
}
.con3{
    background: url("../images/customer/3.jpg") no-repeat center;
    background-size: cover;
}
.inpro_list{
    width:100%;
    padding-top:60px;
}
/*.inpro_dl:first-child{
    margin-left: 0;
}*/
.inpro_dl{
    width: 100%;
    /*width:279.75px;
    margin-left: 27px;
    float:left;*/
}
.inpro_dt{
    width:100%;
    overflow: hidden;
}
.inpro_dt img{
    width:100%;
}
.inpro_dd{
    width:100%;
    padding:20px;
    background:rgba(0,0,0,.1);
    transition: all .5s;
}
.inpro_dd h2{
    color:#fff;
    font-size: 16px;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inpro_dd p{
    color:#fff;
    text-align: left;
    line-height: 25px;
    font-size: 15px;
    /*height: 75px;*/
    height: 0;
    overflow: hidden;
}
.inpro_dd span{
    color:#fff;
    display: block;
    width: 101px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 15px;
    border:1px solid #fff;
    margin:10px auto 0;
    font-size: 14px;
}
.inpro_dl:hover .inpro_dt img{
    transform: scale(1.2);
}
.inpro_dl:hover .inpro_dd{
    background: #19D7E0;
}
/*第四屏*/
.con4{
    background: url("../images/customer/4.jpg") no-repeat center;
    background-size: cover;
}
.con4 .con2_en{
    padding-top: 200px;
}
.con4 .con2_h2{
    margin-bottom: 40px;
}
.index_news{ background:url(../images/xinwen.jpg) center top no-repeat; height:595px; overflow:hidden;}
.news_inner{ width:1100px; margin:0 auto;}
.press_left{ width:480px; height:373px; overflow:hidden; float:left; position:relative; padding:2px; border:1px solid #bec5ca;}
.news_banner li{ width:480px; height:373px; overflow:hidden; position:absolute;}
.news_banner li span{ width:100%; display:block; height:39px; line-height:39px; text-indent:20px; z-index:99999; position:absolute; left:2px; bottom:2px; font-size:14px; color:#fff;background: rgba(0,0,0,.4);
    text-align: left;}
.news_banner li:hover span{ color:#e55205;}
.news_tab{ position:absolute; left:2px; bottom:2px; background:url(../images/back.png) left top; height:39px; width:480px; text-align:right;}
.news_tab li{ width:12px; height:12px; background:#d2d2d2; border-radius:12px; display:inline-block; margin-right:10px; margin-top:15px; cursor:pointer;}
.news_tab li.on{ background:#e55205;}
.con4 .swiper-slide{
    height: 373px;
}
.swiper-pagination2{
    text-align: right;
}
.swiper-pagination2 .swiper-pagination-bullet-active{
    background: #01E7DF;
}
.press{ background: #fff;padding: 30px 20px; }
.press_right{ width:610px; float:right;}
.company{ border-bottom:2px solid #01E7DF; height:34px;}
.company li{ float:left; margin-right:30px;}
.company li a{ padding:0 13px; display:block; font-size:16px; height:39px;color: #666}
.company li a.on{ background:url(../images/jiao.png) center bottom no-repeat; color:#01E7DF;}
.comp_inner .zhan{ padding:10px 0 10px 0; border-bottom:1px dashed #e5e5e5; position:relative; margin-bottom:8px;}
.comp_inner .zhan .zhan_tit{ font-weight:normal; font-size:16px; text-align:left; display:block; overflow:hidden;color: #000;margin-bottom: 5px;}
.comp_inner .zhan .zhan_tit:hover,.comp_inner .zhan p a:hover{ color:#01E7DF}
.comp_inner .zhan p{ line-height:24px; font-size:16px; color: #000;; height:50px; overflow:hidden;text-align: left; }
.comp_inner .zhan p a{
    color: #000;
}
.comp_inner .zhan .zhan_see{ position:absolute; font-size:14px; bottom:10px; right:5px; color:#01E7DF;}
.comp_inner .zhan .zhan_see:hover{ text-decoration:underline;}
.comp_inner .comp_ul li{ height:40px; line-height:40px; border-bottom:1px dashed #e7ecef; background:url(../images/com.png) 6px center no-repeat; padding-left:25px; font-size:14px;}
.comp_inner .comp_ul li:last-child{
    border-bottom: none;
}
.comp_ul li a{ display:block; width:70%; float:left; overflow:hidden; color:#666;text-align: left;font-size: 15px;}
.comp_ul li span{ display:block; width:20%; float:right; text-align:right; color:#a9afb4;}
.comp_ul li:hover{background:url(../images/comp.png) 6px center no-repeat;}
.comp_ul li:hover a,.comp_ul li:hover span{ color:#01E7DF;}
/*第五屏*/
.con5{
    background: url("../images/bg5.jpg") no-repeat center;
    background-size: cover;
}
.con5 .whycont li{position: relative;height: 312.5px;text-align: center;font-size:16px;cursor: pointer;z-index: 1;}
.con5 .whycont li:nth-child(1),
.con5 .whycont li:nth-child(4),
.con5 .whycont li:nth-child(7),
.con5 .whycont li:nth-child(2),
.con5 .whycont li:nth-child(5),
.con5 .whycont li:nth-child(8)
{
    border-right: 1px solid #9d9d9d;
    border-bottom: 1px solid #9d9d9d;
}
.con5 .whycont li:nth-child(3),
.con5 .whycont li:nth-child(6),
.con5 .whycont li:nth-child(9){
    border-bottom: 1px solid #9d9d9d;
}
.con5 .whycont li:nth-child(7),
.con5 .whycont li:nth-child(8),
.con5 .whycont li:nth-child(9){
    border-bottom: none;
}
.con5 .whycont li h3{font-size:26px;color: #fff;margin-bottom: 20px;position: relative;}
.con5 .whycont li p{font-size:16px;color: #fff;}
.con5 .whycont .on{ z-index: 100; }
.con5 .whycont li div{
    margin: 90px 110px 90px;
}
.con5 .whycont li:hover div, .con5 .whycont .on div{
    position: absolute;
    background: #ff7022;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    height: 313px;
    margin: 0;
    padding: 0 110px;
}
.con5 .whycont li:hover div h3{
    margin-top: 90px;
}
.con5 .whycont li:hover div i, .con5 .whycont .on div i{
    margin-top: 30px;
}
.swiper-father{
    position: relative;
    margin-top: 75px;
}
.swiper-father .swiper-button-prev{
    left: -70px;
    width: 95px;
    height: 30px;
    background-image:url(../img/s-left.png);
    background-size: 100% 100%;
    bottom: 0px;
    top: 445px;
    left: 450px;
}
.swiper-father .swiper-button-next{
    right: -70px;
    width: 95px;
    height: 30px;
    background-image:url(../img/s-right.png);
    background-size: 100% 100%;
    bottom: 0px;
    top: 445px;
    right: 455px;
}
.swiper-father .swiper-slide{
    background: none;
}
/*最后一屏*/
.con6{
    background: url("../images/customer/21321.jpg") no-repeat center;
    background-size: cover;
}
.inconus{
    width:100%;
    margin:20px 0;
    background:#fff;
    padding:25px 20px;
}
.incon_le{
    width:50%;
    float:left;
    padding-right: 50px;
}
.incon_ri{
    width:50%;
    float:right;
    border: 1px solid #999;
}
.incon_led{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    padding:11px 0 11px 10px;
    position: relative;
    text-align: left;

}
.incon_led span{
    display: block;
    color:#666666;
    font-size: 14px;
}
.incon_led p{
    color:#666666;
    font-size: 15px;
    font-family: "Arial";
    line-height: 25px;
}
.incon_led img{
    left: 10px;
    top:21px;
    margin-right: 20px;
}
.incon_more .col-lg-3{
    padding: 0;
}
.incon_more p{
    font-size: 15px;
    color: #666;
}
.incon_more{
    margin-top: 30px;
}
.fo_ditu{
    width: 100%;
    height: 370px;
    padding: 2px;
    overflow: hidden;
}
.fo_p{
    color:#000000;
    font-size: 14px;
    text-align: center;
}
.fo_p a{
    color:#000;
}
.fo_p2{
    font-size: 15px;
    text-align: left;
    position: absolute;
    bottom: 20px;
}
.fo_p2 a{
    color:#fff;
}
.navbar{
    display: none;
}
.navbar-brand{
    height: auto;
}
.navbar-brand img{
    height:50px;
}
.navbar-toggle{
    margin:20px 15px;
}
.innews_mob{
    display:none;
}
.par_list_mob{
    display: none;
}
/*内页*/
.neitop{
    background:#fff;
}
.neibanner{
    position: relative;
    top: 0;
    bottom:0;
}
.neibanner,.neibanner img{
    width:100%;
}
.neibanner_po{
    margin-top: -300px;
}
.neibanner h2{
    width: 100%;
    color:#fff;
    text-align: center;
    font-size: 50px;
    letter-spacing: 10px;
    /*font-weight: bold;*/
}
.mob_tian{
    width:100%;
    height: 80px;
    display: none;
}
/*位置*/
#weizhi{
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}
#weizhi ul li{
    float: left;
    color: #555;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e2e2e2;
    z-index: 999;
}
#weizhi ul li a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 22px;
}
#weizhi1{
    display:none;
}
#weizhi1 .l1 {
    color: #555;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#weizhi1 .l1 a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 12px;
}
#weizhi1 .l1 a:hover {
    background: #f3f3f5;
    text-decoration: none;
}
#weizhi ul li a:hover {
    background: #f3f3f5;
    text-decoration: none;
}


/*customer位置*/
#customer-weizhi{
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
}
#customer-weizhi ul li{
    float: left;
    color: #555;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e2e2e2;
    z-index: 999;
}
#customer-weizhi ul li a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 22px;
}
#customer-weizhi1{
    display:none;
}
#customer-weizhi1 .l1 {
    color: #555;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#customer-weizhi1 .l1 a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 0 12px;
}
#customer-weizhi1 .l1 a:hover {
    background: #f3f3f5;
    text-decoration: none;
}
#customer-weizhi ul li a:hover {
    background: #f3f3f5;
    text-decoration: none;
}
/*产品列表*/
.prolist{
    padding:50px 0;
}
.pro_dl{
    margin:20px 0;
}
.pro_dt{
    width:100%;
    position: relative;
    overflow: hidden;
}
.pro_dt img{
    width:100%;
}
.pro_dd{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color:#333;
    background:#f6f6f6;
}
.pro_ot{
    position: absolute;
    width:100%;
    height: 100%;
    z-index:20;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.pro_ot1{
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(213,160,44,.5);
}
.pro_ot1 span{
    position: absolute;
    width:60px;
    height:60px;
    border-radius: 50%;
    border:1px dashed #fff;
    color:#fff;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.pro_dl:hover dt img{
    transform: scale(1.2);
}
.pro_dl:hover .pro_ot{
    opacity: 1;
}
/*footer*/
.footer{
    margin:50px 0 0;
}
.footer1{
    width:100%;
    background:#4d4d4d;
    padding:30px 0 60px;
}
.fo_le1{
    width:400px;
    float:left;
    height:260px;
    border-right: 1px solid #939393;
}
.fo_le1 h2,.fo_le2 h2,.fo_le3 h2{
    color:#ffffff;
    font-size: 18px;
    padding:15px 0;
    font-weight: normal;
}
.fo_le1 p{
    position: relative;
    box-sizing: border-box;
    padding:10px 0 10px 35px;
    font-size: 14px;
    color:#939393;
}
.fo_le1 p span{
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-sizing: border-box;
    border:1px solid #939393;
    left: 0;
    text-align: center;
    line-height: 22px;
}
.fo_le2{
    width:230px;
    box-sizing: border-box;
    padding-left: 70px;
    float:left;
    height:260px;
    border-right: 1px solid #939393;
}
.fo_le2 p{
    color:#999999;
    font-size: 14px;
    padding:5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fo_le2 p a{
    color:#999;
}
.fo_le3{
    width:335px;
    height: 260px;
    float:left;
    padding-left: 100px;
    box-sizing: border-box;
}
.fo_le3_le{
    width:46%;
    margin:0 2%;
    float:left;
    text-align: center;
}
.fo_le3_le img{
    max-width: 100%;
}
.fo_le3_le p{
    text-align: center;
    color:#999999;
    line-height: 45px;
}
.footer2{
    background:#333333;
}
.fo2_p{
    float:left;
    color:#fff;
    line-height: 51px;
    font-size: 14px;
}
.fo2_p a{
    color:#fff;
}
.fo2_ri{
    float:right;
    text-align: right;
    color:#fff;
    font-size: 14px;
    line-height: 51px;
}
.fo2_ri span{
    float:left;
}
.fo2_ri img{
    float:left;
    margin:10px 5px;
}
.qrcode-img{
    position: relative;
}
.qrcode-img:hover .qrcode-div{
    display: block;
}
.qrcode-div{
    width: 100px;
    height: 100px;
    z-index: 1000;
    bottom: 75px;
    position: absolute;
    display: none;
}
.qrcode-div img{
    width: 100%;
}
/*新闻中心*/
.news_dl{
    margin:10px 0;
    border: 1px solid transparent;
}
.news_dt{
    width: 20%;
    float: left;
    text-align: center;
    margin-top: 2px;
}
.news_dt img{
    width:100%;
}
.news_dt .p1{
    font-size: 36px;
    font-family: Arial;
    color: #514e48;
}
.news_dt .p2{
    font-family: Arial;
    color: #999999;
}
.news_dd{
    width:80%;
    float: left;
}
.news_dd h2{
    color:#333;
    font-size: 16px;
    text-align: left;
    padding:10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_dd p{
    color:#666;
    font-size:14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}
.news_dd span{
    display: block;
    width:100%;
    color:#999;
    font-size: 14px;
    padding:15px 0;
}
.news_dl:hover{
    box-shadow: 0 10px 10px rgba(124,152,180,0.156);
    border: 1px solid #eee;
}
/*产品展示*/
.proshow{
    width:100%;
}
.proshow_h2{
    color:#ff7022;
    font-size:18px;
    font-weight: bold;
    border-left:5px solid #ff7022;
    height: 35px;
    line-height:35px;
    text-align: left;
    text-indent: 20px;
}
.proshow_con{
    width:100%;
    padding:50px 0;
}
.proshow_a{
    display: block;
    line-height: 35px;
    display: inline-block;
    color:#333;
    padding:0 30px 0 0;
}
.pages{ margin-top:50px; margin-bottom:20px; text-align:center;font-size:13px;padding-top: 80px;}
.pages a{border: 1px solid #ccc;display: inline-block;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;margin-bottom: 2px;}
.pages a:hover{border:1px solid #FF6600; background-color:#FF6600; color:#fff;}
.pages span{border: 1px solid #FF6600;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #FFEEE5;color: #FF6600;}
.contactus_ti{
    width:100%;
    text-align: center;
    font-size: 30px;
    color:#666;
    font-weight: bold;
    padding-bottom:15px;
}
.contactus_span{
    width:48px;
    height: 2px;
    background:#ff0000;
    display: block;
    margin:0 auto 17px;
}
.contactus_p{
    color:#999999;
    font-size: 14px;
    text-align: center;
}
.cont_list{
    padding:60px 0 0;
}
.cont_p{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    line-height:30px;
    color:#666666;
    font-size: 14px;
    padding:10px 50px;
    position: relative;
}
.cont_p > img{
    position: absolute;
    left:10px;
    top:10px;
}
.cont_p2{
    width:100%;
    text-align:left;
    padding:20px 0;
}
.cont_p2 > img{
    width: 120px;
}
.ditu{
    width:100%;
    min-height: 350px;
}
.liuyan{
    background:#f4f4f4;
}
.ly_la{
    width:48%;
    margin-left: 1%;
    height: 50px;
    background:#fff;
    border-radius:10px;
    margin-top:20px;
    box-sizing: border-box;
    border:1px solid #cccccc;
}
.ly_la > span,.ly_la2 > span{
    float:left;
    display: block;
    line-height: 48px;
    color:#999999;
    font-size: 14px;
    font-weight: normal;
}
.ly_la_i{
    float:left;
    width:30%;
    height: 48px;
    margin-left: 1%;
    border:none;
}
.ly_la2{
    width:97%;
    margin-left: 1%;
    height: 250px;
    background:#fff;
    border-radius:10px;
    margin-top:20px;
    box-sizing: border-box;
    border:1px solid #cccccc;
}
.ly_la2 > textarea{
    width:60%;
    float:left;
    height: 248px;
    border:none;
}
.ss{
    width:12%;
    height:45px;
    line-height: 45px;
    text-align: center;
    color:#fff;
    border:none;
    border-radius: 5px;
    background: #222222;
    margin:20px 2% 0;
}
.liuyan{
    padding:80px 0;
}

.er_pro{
    width:100%;
    margin-top: 20px;
    margin-left: 20px;
}
.er_pro_le{
    width:230px;
    float:left;
}
.er_pro_le .h2{
    color:#fff;
    text-align: center;
    height: 173px;
    overflow-y: hidden;
    background:#000;
    margin: 0;
}
.er_pro_le .h2 h2{
    font-weight: bold;
    font-size: 36px;
    margin-top: 50px;
}
.er_pro_le .h2 p{
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.er_ul{
    width:100%;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
}
.er_li{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    line-height: 79px;
    box-sizing: border-box;
    text-indent:20px;
    position: relative;
}
.er_li > a{
    color:#333333;
    font-size: 18px;
}
.er_li > span{
    display: block;
    width:50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    color:#000000;
    font-size: 30px;
    text-indent: 0;
    position: absolute;
    right: 10px;
    top:12.5px;
}
.er_d{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    display: none;
}
.er_d_p{
    width:100%;
    padding:15px 20px 15px 31px;
    position: relative;
}
.er_d_p i{
    position: absolute;
    left:5px;
    top:15px;
    transition: all .5s;
    color:#666666;
    font-weight: normal;
}
.er_d_p a{
    color:#666666;
    font-size: 15px;
}
.er_d_p:hover img{
    transform: scale(1.3);
}
.er_d_p:hover a{
    color:#ff7022;
}
.er_li:hover.er_li > a{
    color:#ff7022;
}
.er_tian{
    width:100%;
    height: 60px;
}
/*右侧主体*/
.er_pro_ri{
    /*width:950px;*/
    /*float:right;*/
}
.er_pro_dl{
    width:30%;
    margin-left:5%;
    margin-bottom:5px;
    float:left;
}
.er_pro_dt{
    width:100%;
    position: relative;
}
.er_pro_dt img{
    width:100%;
    height: 250px;
}
.er_pro_po{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.er_pro_po2{
    width:100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(213,160,44,.5);
}
.er_pro_po2 a{
    position: absolute;
    display: block;
    width:60%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#fff;
    border:1px solid #fff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.er_pro_dd{
    width:100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
}
.er_pro_dd a{
    color:#666666;
    font-size: 16px;
}
.er_pro_dl:hover .er_pro_po{
    opacity: 1;
}
.er_sp{
    width:100%;
}
.er_sp video{
    border:none;
}
.tian{
    width:100%;
    height:100px;
}
@media screen and (max-width:768px){
    .customer_fore_content{
        display: block!important;
    }

    .proshow_con img{
        width: 100%!important;
        height: 100% !important;
    }
    .fore_content {
        display: none;
    }
    .top{
        display: none;
    }
    .navbar{
        display: block;
        margin-bottom: 0;
        background: #fff;
        border-color: #fff;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #333;
    }
    .navbar-inverse .navbar-toggle:hover{
        background-color: transparent;
    }
    .con1_h2{
        padding-top:0;
        font-size: 4rem;
        letter-spacing: 1rem;
    }
    .con1_p2{
        font-size:1.7rem;
    }
    .con2_en{
        font-size: 3rem;
        letter-spacing:1px;
        padding-top:13rem;
    }
    .con2 .a1{
        margin-top: 10px;
        width: 150px;
        padding: 10px 0;
        font-size: 12px;
    }
    .con2_h2{
        font-size: 2.5rem;
    }
    .con2_des{
        width:100%;
        margin:2rem auto;
        font-size:1.4rem;
        line-height: 2rem;
    }
    .con2_list{
        padding-top:3rem;
    }
    .con2_d{
        width:33.3%;
    }
    .con2_d p{
        font-size: 4rem;
        height: 5rem;
        line-height: 5rem;
    }
    .con2_d span{
        font-size: 1.4rem;
    }
    .inpro_dd h2{
        padding:0;
    }
    .inpro_dd p,.inpro_dd span{
        display: none;
    }
    .innews_pc{
        display: none;
    }
    .innews_mob{
        display: block;
    }
    .inpro_list{
        padding:2rem 0 0;
    }
    .innews_dl{
        width:100%;
        margin:1rem 0 0;
    }
    .innews_dt{
        width:45%;
        float:left;
    }
    .innews_dd{
        width:50%;
        margin-left:3%;
        float:left;
    }
    .par_list_pc{
        display: none;
    }
    .par_list_mob{
        display: block;
    }
    .par_img{
        width:50%;
    }
    .inconus{
        margin:3rem 0;
        padding:1rem;
    }
    .incon_le{
        width:100%;
        padding:0;
    }
    .tel_mob,.incon_ri{
        display: none;
    }
    .all_pag .swiper-pagination-bullet{
        width:6px;
        height: 6px;
    }
    #weizhi{
        display: none;
    }
    #weizhi1{
        display: block;
    }
    .mob_tian{
        display: block;
    }
    .fo_le1{
        width:100%;
        height: auto;
        border-right: none;
    }
    .fo_le2{
        display: none;
    }
    .fo_le3{
        width:100%;
        height: auto;
        padding:0;
    }
    .fo2_p{
        line-height: 2.5rem;
        padding:1rem 0;
    }
    .er_pro_le{
        display: none;
    }
    .er_pro_ri{
        width:100%;
    }
    .er_pro_dl{
        margin:0;
        width:50%;
        padding:.5rem;
        box-sizing: border-box;
    }
    .neibanner{
        margin-top: 81px;
    }
    .neibanner h2{
        font-size: 2rem;
    }
    .er_pro{
        padding:3rem 0;
    }
    .tian{
        display: none;
    }
    .neibanner_po{
        margin-top: -70px;
    }
    .neibanner_po p{
        font-size: 16px !important;
    }
    .con5{
        padding-top: 82px;
    }
    .con5 .whycont li div{
        margin: 0;
    }
    .con5 .whycont li{
        height: 222px;
    }
    .con5 .whycont li:hover div{
        padding: 0;
        height: 222px;
    }
    .con5 .whycont li h3{
        font-size: 18px;
        line-height: 30px;
        margin-top: 75px;
    }
    .con5 .whycont li:hover div h3{
        margin-top: 75px;
    }
    .con4 .con2_en{
        padding-top: 110px;
    }
    .con4 .con2_h2{
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .company li{
        margin-right: 0;
    }
    .con4 .swiper-slide{
        height: 200px;
    }
    .core_box{ width:540px; margin:0 auto;}
    .core_scroll{ width:540px; margin-left:-270px; left:50%;}
    .press{
        padding: 5px;
    }
    .press_left{ width:100%; height:200px; box-sizing:border-box; text-align:center;}
    .news_banner li{ width:100%; height:auto; box-sizing:border-box;}
    .news_banner li img{ width:100%; height:auto; box-sizing:border-box;}
    .news_tab{ width:100%; text-align:center;}
    .comp_ul li a{ width:60%; height:35px; overflow:hidden;}
    .comp_ul li span{ width:30%;}
    .oper_left{ width:100%; background-size:100% auto; height:360px;}
    .operation{ left:-132px; top:32px;}
    .index_news{ height:auto; background-size:100% 100%;}
    .news_inner{width:100%; padding:0 10px; box-sizing:border-box;   }
    .press_left{ float:none; margin:0 auto 20px;}
    .press_right{ width:100%; float:none; margin-bottom:20px;}
    .con6 .con2_en{
        padding-top: 140px;
    }
    .incon_more .col-lg-3 {
        margin-bottom: 15px;
    }
    .navbar-inverse .navbar-nav>li>a:hover{
        color: #9d9d9d;
    }
}



.display-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}
.justify-content-space-around{
    justify-content: space-around;
}
.justify-content-space-evenly{
    justify-content: space-evenly;
}


.justify-content-space-between{
    justify-content: space-between;
}

.text-align-center{
    text-align: center;
}


.height-100{
    height: 100px;
}

.height-50{
    height: 50px;
}


.height-20{
    height: 20px;
}

.height-25{
    height: 25px;
}
.height-10{
    height: 10px;
}
.height-15{
    height: 15px;
}

.cursor-pointer{
    cursor:pointer;
}

.color-fff{
    color: #fff;
}

.customer-index-2-box{
}

.customer-index-2-title{
    font-size: 56px
}

.customer-index-2-title-tips{
    font-size: 24px
}

.customer-index-2-span{
    font-size: 16px

}

@media screen and (max-width:768px) {
    .customer-index-2-title{
        font-size: 28px
    }

    .con1_p {
        padding-top: 250px;
    }
    .customer-index-2-span{
        font-size: 8px

    }
}


/*fore_ys*/
.fore_ys{width:100%;height: 710px;background: #F6F6F6;padding-top: 78px;}
.fore_ye_center{width:1200px;margin:0 auto;}

.fore_content{width:100%;height: 431px;margin-top: 50px;}
.fore_ul{width:100%;height: 100%;}
.fore_ul li{
    width:13.65%;height: 100%;float: left;color:#fff;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
}
.fore_li_back{

    width: 100%;
    height: 100%;
    background: rgba(26,120,179,0.7);
    /* margin: 50px 80px; */
    padding: 70px 22px;
    display: none;
    text-align: left;
    border-right: 5px solid #fff;
}

.more_li{width:35px;height: 35px;background: url(../img/more_li.png)no-repeat 0px 0px;display: block;}
.fore_qm{
    width:100%;height:100%;background: rgba(0,0,0,0.2);text-align: center;padding-top: 290px;
    border-right: 5px solid #fff;
}
.fore_qm b{display: block;width:100%;font-size: 24px;}


.customer-index-3-content-title{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-left: 10px;
}
.customer-index-3-content-title-desc{
    font-size: 14px;
    text-align: left;
    margin-left: 10px;
}

.customer-index-3-buttom{
    padding:10px 17px;
    border: 1px solid #fff;
    font-size: 14px;
    cursor:pointer;
    color: #fff;
}

.customer-index-3-buttom img{
    margin-left: 10px;
}

.customer-index-3-buttom-button{
    padding:10px 30px;
    border:1px solid #4879B5;
    border-radius: 25px;
    font-size: 18px;
    color: #4476b3;
}

.customer-index-4-s-m{
    width: 65px;
    height: 30px;
    background-image:url(../img/s-m.png);
    background-size: 100% 100%;
    bottom: 0px;
    top: 423px;
    right: 570px;
    position: absolute;
}

.customer-index-5-about-box{
    display: flex;
    align-items: center;
}


.cus_er_pro{
    width:70%;
    margin-left: 20px;
}
.cus_er_pro_le{
    width:230px;
    float:left;
}
.cus_er_pro_le .h2{
    color:#fff;
    text-align: center;
    height: 173px;
    overflow-y: hidden;
    background:#000;
    margin: 0;
}
.cus_er_pro_le .h2 h2{
    font-weight: bold;
    font-size: 36px;
    margin-top: 50px;
}
.cus_er_pro_le .h2 p{
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.cus_er_ul{
    width:100%;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
}
.cus_er_li{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    line-height: 79px;
    box-sizing: border-box;
    text-indent:20px;
    position: relative;
}
.cus_er_li > a{
    color:#333333;
    font-size: 18px;
}
.cus_er_li > span{
    display: block;
    width:50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    color:#000000;
    font-size: 30px;
    text-indent: 0;
    position: absolute;
    right: 10px;
    top:12.5px;
}
.cus_er_d{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    display: none;
}
.cus_er_d_p{
    width:100%;
    padding:15px 20px 15px 31px;
    position: relative;
}
.cus_er_d_p i{
    position: absolute;
    left:5px;
    top:15px;
    transition: all .5s;
    color:#666666;
    font-weight: normal;
}
.cus_er_d_p a{
    color:#666666;
    font-size: 15px;
}
.cus_er_d_p:hover img{
    transform: scale(1.3);
}
.cus_er_d_p:hover a{
    color:#ff7022;
}
.cus_er_li:hover.cus_er_li > a{
    color:#ff7022;
}
.cus_er_tian{
    width:100%;
    height: 60px;
}
/*右侧主体*/
.cus_er_pro_ri{
    /*width:950px;*/
    /*float:right;*/
}
.cus_er_pro_dl{
    width:30%;
    margin-left:5%;
    margin-bottom:5px;
    float:left;
}
.cus_er_pro_dt{
    width:100%;
    position: relative;
}
.cus_er_pro_dt img{
    width:100%;
    height: 250px;
}
.cus_er_pro_po{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.cus_er_pro_po2{
    width:100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(213,160,44,.5);
}
.cus_er_pro_po2 a{
    position: absolute;
    display: block;
    width:60%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color:#fff;
    border:1px solid #fff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.cus_er_pro_dd{
    width:100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
}
.cus_er_pro_dd a{
    color:#666666;
    font-size: 16px;
}
.cus_er_pro_dl:hover .cus_er_pro_po{
    opacity: 1;
}
.cus_er_sp{
    width:100%;
}
.cus_er_sp video{
    border:none;
}
.position-relative{
    position: relative;
}

.position-absolute{
    position: absolute;
}




.customer-anlizhanshi-index-0-box{
    border-radius: 15px;
    /*box-shadow: 0 1px 6px rgb(0 0 0 / 20%);*/
    border-color: #eee;
    top: -50px;
    width: 100%;
    background: #fff;
    z-index: 1000;
}

.customer-anlizhanshi-index-0-content-box a {
    display: block;
    font-size: 16px;
    color: #000;
}

.customer-anlizhanshi-index-0-content-box .active{
    color: #fff;
    background: linear-gradient(
            135deg
            ,#20C28E,#99E7CE);
}


.customer-anlizhanshi-index-0-bg{
    border-bottom: 1px solid #F1F1F1;
    padding: 5px;
}

.customer-anlizhanshi-index-0-content-box{
    position: relative;
    background-color: #fff;
}

.customer-anlizhanshi-index-0-content-box img{
    width: 100%;
    vertical-align: top;
    height: 100%;
}


.customer-anlizhanshi-index-0-content-content-1-button {
    border: 1px solid #fff;
    font-size: 8px;
    cursor: pointer;
    color: #fff;
    padding: 4px;

}

.customer-anlizhanshi-index-0-content-content-1-button img{
    width: 10px;
    height: 10px;
    margin-left: 4px;
}
.customer-anlizhanshi-index-0-content-1-box-img{
    height: 120px!important;
}

.customer-anlizhanshi-index-0-content-content-1{
    display: flex;
    position: absolute;
    align-items: center;
    background: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*padding: 20px;*/
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.customer-anlizhanshi-index-0-content-content{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.customer-anlizhanshi-index-0-bg:hover .customer-anlizhanshi-index-0-content-content{
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    border-color: #eee;
    background-color: rgb(0 0 0 / 50%);
    display: flex;
    align-items: center;

}

.customer-anlizhanshi-index-0-bg:hover .customer-anlizhanshi-index-0-content-content-1{
    display: none;
}


@media screen and (max-width:768px){
    .cus_er_pro_dt img {
        width: 100%;
        height: 100%;
    }

    .cus_er_pro_dd a{
        color: #666666;
        font-size: 16px;
        display: inline-block;
        overflow: hidden;
        height: 40px;
    }
}

.customer_fore_content{
    padding: 20px 0;
    display: none;
}

.customer_fore_content .col-xs-4 {
    padding: 0;
}

.customer_fore_content .col-md-4 {
    padding: 0;

}

.customer_fore_content  .col-sm-4{
    padding: 0;

}
